home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fritz: All Fritz
/
All Fritz.zip
/
All Fritz
/
FILES
/
BUSITION
/
VEHICLE.LZH
/
FRIEND.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-12-28
|
741b
|
26 lines
echo off
if %1.==. goto goodbye
cls
echo.
echo This batch file will make a copy of VMSYS PLUS onto floppy %1
echo.
echo The data files will NOT be transferred ... only the program files.
echo.
echo Place a blank formatted diskette into drive %1 and
pause
echo Now making a copy ... standby
copy v.exe %1 > nul
copy v.hlp %1 > nul
copy friend.bat %1 > nul
copy vbackup.bat %1 > nul
copy v.doc %1 > nul
copy invoice.doc %1 > nul
echo.
echo A fresh copy of the VMSYS PLUS program files have been copied to
echo floppy drive %1. The data files have NOT been copied.
echo.
echo The first time your friend runs VMSYS PLUS, he will be asked if
echo he wishes to create a new database. Have him answer YES.
echo.
:goodbye